Skip to content
Play overlay
Preview this course

Android 11 App Development with Real Android Apps and Java

Learn android development, android app development with android studio and java, improve your android skills with 7 apps


Oak Academy

Summary

Price
£18 inc VAT
Study method
Online, On Demand What's this?
Duration
27 hours · Self-paced
Qualification
No formal qualification
Certificates
  • Reed courses certificate of completion - Free

Add to basket or enquire

Overview

Hi there,

Welcome to Build Real Android Apps: Android 11 App Development | Java course.
Learn android development, android app development with android studio and java, improve your android skills with 7 apps

Due to its open-source nature, working with the Android platform necessitates constantly learning about the Android platform. My android development course on keeps you ahead of this learning curve, with hands-on lectures on Android operating systems and more.
The Android platform is increasingly popular with developers and a dominant force in the global smartphone market. As more businesses develop mobile apps for customer engagement, Android development skills are likely to stay in high demand.

I really like the approach of this course. It first teaches you Java which is highly important for designing apps in Android. Next, the instructor focuses on the Android SDK to teach you how to build beautiful applications for smartphones. As the course title indicates, it is the complete guide.
The Android platform is increasingly popular with developers, and a dominant force in the global smartphone market. As more businesses develop mobile apps for customer engagement, Android development skills are likely to stay in high demand.

Android development is a software creation process that focuses on applications, better known as apps, that are compatible with devices running the Android operating system (OS). Because Android is an open-source project, developers have easy access to the Android software development kit (SDK). Many use this kit in conjunction with Kotlin, Java, and C++ programming languages to make their apps. The Android SDK tools compile your code along with any data and resource files into an APK, or Android package, which is an archive file that uses an .apk suffix. One APK file contains all Android app contents used by devices to install your app. When the app is complete and ready for release, Android developers can upload their apps to the Google Play Store for users to download.

In this course you will learn;

  • Java Environment Setup

  • Java Development Environment

  • Java Syntax

  • Java Object Oriented Concept

  • Java Strings

  • Android Environment Setup - Download, install and configure the necessary software

  • Creating a New Project

  • Android Studio

  • Android Components

  • Components and Life Cycles

  • Publishing Your App on Google Play and more

  • You will reinforce your existing android information by applying.

  • Using SQLite database, you will understand how to work with external databases

  • You will be able to develop applications with powerful architecture using Architecture Components (ViewModel, LiveData, Room).

  • You will learn how to make a messaging app using Firebase.

  • With Firebase, you will be able to develop real-time applications

  • You will be able to develop user-friendly interfaces using Material Design principles and components.

  • You will be able to develop modern Android apps.

  • android app development

  • android

  • android studio java

  • android studio

  • android development

  • android app development java

  • android java

  • java

  • java android

  • android app

  • app development

  • android app development with java

  • java android app development

  • android development java

  • java app

  • java for android

  • build android app

You will be,

  • Seeing clearly

  • Hearing clearly

  • Moving through the course without distractions

You'll also get:

  • Lifetime Access to The Course

  • Fast & Friendly Support in the Q&A section

Dive in now!

We offer full support, answering any questions.

See you in the Build Real Android Apps: Android 11 App Development | Java course!

Curriculum

30
sections
214
lectures
27h 2m
total
    • 2: Intro to Java 01:10
    • 3: Project Files and Course Documents 01:00
    • 4: FAQ About Java and Android 03:00
    • 5: Getting Started With Java ( JDK, JRE and JVM ) 04:57
    • 6: Installing Java on Windows 04:27
    • 7: Installing Java on Linux 04:27
    • 8: Installing Java on Mac 05:07
    • 9: quiz 01:00
    • 10: What is IDE 02:15
    • 11: Download and Run Eclipse 07:17
    • 12: First Java Program - Hello World 04:42
    • 13: Compiling and Running Applications 00:56
    • 14: Closer Look at the First Java Program 01:48
    • 15: quiz 01:00
    • 16: Closer Look at the Java 03:10
    • 17: What Are Variables_ 10:20
    • 18: Basic Output 04:37
    • 19: Basic Input 05:02
    • 20: Comments 05:37
    • 21: Data Types 08:30
    • 22: Type Conversion & Type Casting 05:41
    • 23: Stack & Heap 01:39
    • 24: Arrays 07:36
    • 25: Java 01:00
    • 26: quiz 01:00
    • 27: Arithmetic Operators 05:06
    • 28: Assignment Operators 05:43
    • 29: Unary Operators 05:33
    • 30: Equality and Relational Operators 04:37
    • 31: Conditional Operators 04:56
    • 32: Operator Precedence 04:14
    • 33: Expressions, Statements and Blocks 03:00
    • 34: If, If-Else Statement 05:34
    • 35: If-Else - If Ladder Statement, Nested If Statement 10:14
    • 36: Switch-Case Statement 07:04
    • 37: Project 1_ Calculator 08:29
    • 38: For Loops 06:44
    • 39: For-Each Loop 06:13
    • 40: While Loop 04:39
    • 41: Do - While Loop 05:39
    • 42: Break Keyword 04:45
    • 43: Continue Keyword 02:38
    • 44: Return Keyword 03:09
    • 45: Project 2_ Fibonacci Series 07:18
    • 46: What is Method_ 03:42
    • 47: Method Calling 01:15
    • 48: Types of Methods & Method Return Types 09:07
    • 49: Method Overloading 03:38
    • 50: Project 3_ Find Exponential Number 05:31
    • 51: quiz 01:00
    • 52: Object & Class 06:01
    • 53: Access Modifiers 01:55
    • 54: Naming Conventions 02:20
    • 55: Constructors 10:31
    • 56: Packages 11:40
    • 57: “Static” Keyword 08:38
    • 58: Nested & Inner Classes 08:11
    • 59: quiz 01:00
    • 60: Inheritance 08:18
    • 61: Method Overriding 07:44
    • 62: “Super” and “This” Keywords 08:28
    • 63: "Final” Keyword 07:26
    • 64: Abstract Classes 10:06
    • 65: Interfaces 06:43
    • 66: Polymorphism 07:16
    • 67: Encapsulation 09:03
    • 68: What is Wrapper Class in Java_ 01:36
    • 69: Conversion of Types 01:52
    • 70: Autoboxing - UnBoxing 04:16
    • 71: What is String_ 11:35
    • 72: Useful Methods of String 08:18
    • 73: Why String is Immutable_ 01:38
    • 74: StringBuffer Class 05:35
    • 75: StringBuilder Class 03:35
    • 76: String vs String Buffer vs String Builder 01:45
    • 77: Project 4_ Reverse String 03:56
    • 78: Intro to Exception 02:02
    • 79: What Is The Difference Between Error and Exception_ 03:14
    • 80: Exception Types 02:43
    • 81: Try – Catch Block 01:59
    • 82: Finally Block 12:34
    • 83: Differences Between _Throw_ and _Throws_ 01:00
    • 84: Throw Keyword 04:45
    • 85: Throws Keyword 05:39
    • 86: Exception Methods 06:42
    • 87: Project 5_ Bank Account Balance 14:41
    • 88: Android Ecosystem 03:09
    • 89: Installing Android Studio - Part 1 07:56
    • 90: Installing Android Studio - Part 2 14:09
    • 91: Android Studio Interface 18:35
    • 92: Installing Android Virtual Device (AVD - Emulator) 21:56
    • 93: Enabling Virtualization (VT-x or AMD-V, SVM) in BIOS 01:00
    • 94: Installing Genymotion Emulator 11:19
    • 95: Gradle Build System 06:04
    • 96: Manifest File 05:57
    • 97: Introduction 13:57
    • 98: R java file-new 06:59
    • 99: Layouts 13:46
    • 100: Textviews 14:03
    • 101: Buttons 15:47
    • 102: EditText 16:19
    • 103: ImageView 07:38
    • 104: RadioButton 09:51
    • 105: CheckBox 10:27
    • 106: ToggleButton 07:53
    • 107: Spinner 11:36
    • 108: Toast Message 03:24
    • 109: Snackbar Message 06:26
    • 110: Alert Dialog 09:24
    • 111: Introduction 03:10
    • 112: The Splash Screen Design 1 08:22
    • 113: The Splash Screen Design 2 05:01
    • 114: The Home Page Design 06:05
    • 115: Writing Necessary Codes for Home Page 06:10
    • 116: The Game Page Design 07:28
    • 117: Writing Necessary Codes for Game Page 06:24
    • 118: Creating the Alert Dialog 05:58
    • 119: User cannot guess the randomly generated number 06:09
    • 120: Constraint Layout 14:05
    • 121: ListView 11:56
    • 122: Recycler View - Part 1 23:09
    • 123: Recycler View - Part 2 27:46
    • 124: Grid View 17:42
    • 125: ScrollView 05:41
    • 126: WebView 07:12
    • 127: Application Lifecycle 16:20
    • 128: Activity Lifecycle 15:02
    • 129: Fragment Lifecycle 14:16
    • 130: Services 26:40
    • 131: Broadcast Receiver 22:13
    • 132: Intent 11:40
    • 133: Shared Preferences Class 04:42
    • 134: Saving Data Local Memory 19:39
    • 135: Calling Back Data 08:00
    • 136: support different languages 14:32
    • 137: Different Pixel Densities 18:48
    • 138: Support Different Screen Sizes 18:59
    • 139: To Do List 31:28
    • 140: APK Release Version 04:42
    • 141: Building APK Files 07:17
    • 142: Signing APK 04:38
    • 143: Google Developer Account 03:12
    • 144: Release Your App 17:04
    • 145: Math Game part 1 07:23
    • 146: math game part 2 10:36
    • 147: Math game part 3 11:00
    • 148: Math Game Part 4 18:46
    • 149: Math Game Part 5 15:11
    • 150: Math Game Part 6 19:02
    • 151: Project Files and Course Documents 01:00
    • 152: The Application Design-1 06:23
    • 153: The Application Design-2 10:45
    • 154: Printing the Numbers to the Screen 07:47
    • 155: Adding the Click Feature to the Operators 09:31
    • 156: Writing the Necessary Codes 10:43
    • 157: Deleting Data on the Screen 09:05
    • 158: Printing the Operation Steps to the Screen 05:18
    • 159: Debugging-1 09:48
    • 160: Debugging-2 03:54
    • 161: Introduction 02:24
    • 162: Introduction 02:50
    • 163: The Application Design-1 12:55
    • 164: Flag Quiz_The Application Design-2 08:58
    • 165: Flag Quiz_Creating The Database 04:03
    • 166: Adding the External Database into the Application 04:24
    • 167: Adding the External Database into the Application 04:27
    • 168: Accessing the Database for Getting Ten Questions 07:04
    • 169: Getting Three Wrong Answer 04:15
    • 170: Writing Necessary Codes for Get Data from Database 03:59
    • 171: Getting the Correct and Wrong Answers 05:58
    • 172: Printing the Data to the Screen 06:51
    • 173: Control of the Correct and Wrong Answers 07:24
    • 174: Control of the Empty Answers 06:21
    • 175: Writing Necessary Codes for Result Activity 06:35
    • 176: Introduction to Photo Album App 03:52
    • 177: Adding the Necessary Libraries 03:11
    • 178: Creating the Entity Component 03:48
    • 179: Creating the DAO Interface 04:03
    • 180: Creating the Database Class 04:06
    • 181: Creating the Repository Class 15:50
    • 182: Creating the View Model Class 04:25
    • 183: The Application Design - 1 08:08
    • 184: The Application Design - 2 08:04
    • 185: The Application Design - 3 04:23
    • 186: Creating The Adapter Class 07:03
    • 187: Request Permission 09:23
    • 188: Selecting Image 07:33
    • 189: Reducing the Size of the Selected Image room db 06:47
    • 190: Saving the Data to the Room Database 07:28
    • 191: Deleting The Data From the Room db 04:43
    • 192: Updating The Data-1 08:04
    • 193: Udating The Data-2 08:06
    • 194: Using the Database Browser for SQLite 05:04
    • 195: Introduction 03:05
    • 196: Integration with Firebase 03:45
    • 197: The Login Activity Design 08:28
    • 198: The Registration Activity Design 09:36
    • 199: The Password Reset Activity Design 04:42
    • 200: Firebase Authentication-1 06:40
    • 201: Firebase Authentication-2 08:20
    • 202: Firebase Authentication-3 06:14
    • 203: Firebase Storage 08:16
    • 204: I forgot my password. How can I reset it 06:45
    • 205: Creating the Options Menu 09:47
    • 206: Update User Profile 10:47
    • 207: The Main Activity Design for Listing the Users 08:47
    • 208: Getting the Users From Database 08:13
    • 209: Listing Users on the Screen 08:10
    • 210: The Chat Activity Design 10:07
    • 211: The Messaging Screen Design 05:44
    • 212: The Messaging 08:52
    • 213: Displaying the Sent Message-1 08:45
    • 214: Displaying the Sent Message-2 05:33

Course media

Description

Hi there,

Welcome to Build Real Android Apps: Android 11 App Development | Java course.
Learn android development, android app development with android studio and java, improve your android skills with 7 apps

Due to its open-source nature, working with the Android platform necessitates constantly learning about the Android platform. My android development course on keeps you ahead of this learning curve, with hands-on lectures on Android operating systems and more.
The Android platform is increasingly popular with developers and a dominant force in the global smartphone market. As more businesses develop mobile apps for customer engagement, Android development skills are likely to stay in high demand.

I really like the approach of this course. It first teaches you Java which is highly important for designing apps in Android. Next, the instructor focuses on the Android SDK to teach you how to build beautiful applications for smartphones. As the course title indicates, it is the complete guide.
The Android platform is increasingly popular with developers, and a dominant force in the global smartphone market. As more businesses develop mobile apps for customer engagement, Android development skills are likely to stay in high demand.

Android development is a software creation process that focuses on applications, better known as apps, that are compatible with devices running the Android operating system (OS). Because Android is an open-source project, developers have easy access to the Android software development kit (SDK). Many use this kit in conjunction with Kotlin, Java, and C++ programming languages to make their apps. The Android SDK tools compile your code along with any data and resource files into an APK, or Android package, which is an archive file that uses an .apk suffix. One APK file contains all Android app contents used by devices to install your app. When the app is complete and ready for release, Android developers can upload their apps to the Google Play Store for users to download.

In this course you will learn;

  • Java Environment Setup

  • Java Development Environment

  • Java Syntax

  • Java Object Oriented Concept

  • Java Strings

  • Android Environment Setup - Download, install and configure the necessary software

  • Creating a New Project

  • Android Studio

  • Android Components

  • Components and Life Cycles

  • Publishing Your App on Google Play and more

  • You will reinforce your existing android information by applying.

  • Using SQLite database, you will understand how to work with external databases

  • You will be able to develop applications with powerful architecture using Architecture Components (ViewModel, LiveData, Room).

  • You will learn how to make a messaging app using Firebase.

  • With Firebase, you will be able to develop real-time applications

  • You will be able to develop user-friendly interfaces using Material Design principles and components.

  • You will be able to develop modern Android apps.

  • android app development

  • android

  • android studio java

  • android studio

  • android development

  • android app development java

  • android java

  • java

  • java android

  • android app

  • app development

  • android app development with java

  • java android app development

  • android development java

  • java app

  • java for android

  • build android app

You will be,

  • Seeing clearly

  • Hearing clearly

  • Moving through the course without distractions

You'll also get:

  • Lifetime Access to The Course

  • Fast & Friendly Support in the Q&A section

Dive in now!

We offer full support, answering any questions.

See you in the Build Real Android Apps: Android 11 App Development | Java course!

Who is this course for?

  • A total beginner, with a curious mind and wants to be an Android app developer
  • Anyone who wants to learn to java and android code
  • Anyone who wants to become an Android Developer
  • Programmers who are interested in building Android apps
  • Anyone who wants to create Android Applications
  • Anyone who has no previous coding experience but wants to become expert
  • Anyone who are planning job transformation
  • Anyone who would like to work from anywhere in the world
  • Anyone who wants to learn Android 11 ( Android R )
  • Those who want to develop an Android mobile application.
  • Anyone who wants to become a computer programmer like android kotlin
  • Anyone who become an android developer from scratch

Requirements

  • No prior Android knowledge is required!
  • No programming Android App Development knowledge required!
  • A Windows PC, Mac or Linux Computer
  • Internet and Basic Computer Knowledge
  • Desire to learn Android Application Development
  • Nothing else! It’s just you, your computer and your ambition to get started today
  • Don`t worry. Setup and installation instructions are included for each platform
  • Determination to learn and patience for Android Development and Java
  • Watching the Android course videos completely, to the end and in order.

Questions and answers

Currently there are no Q&As for this course. Be the first to ask a question.

Certificates

Reed courses certificate of completion

Digital certificate - Included

Will be downloadable when all lectures have been completed

Reviews

Currently there are no reviews for this course. Be the first to leave a review.

FAQs

Study method describes the format in which the course will be delivered. At Reed Courses, courses are delivered in a number of ways, including online courses, where the course content can be accessed online remotely, and classroom courses, where courses are delivered in person at a classroom venue.

CPD stands for Continuing Professional Development. If you work in certain professions or for certain companies, your employer may require you to complete a number of CPD hours or points, per year. You can find a range of CPD courses on Reed Courses, many of which can be completed online.

A regulated qualification is delivered by a learning institution which is regulated by a government body. In England, the government body which regulates courses is Ofqual. Ofqual regulated qualifications sit on the Regulated Qualifications Framework (RQF), which can help students understand how different qualifications in different fields compare to each other. The framework also helps students to understand what qualifications they need to progress towards a higher learning goal, such as a university degree or equivalent higher education award.

An endorsed course is a skills based course which has been checked over and approved by an independent awarding body. Endorsed courses are not regulated so do not result in a qualification - however, the student can usually purchase a certificate showing the awarding body's logo if they wish. Certain awarding bodies - such as Quality Licence Scheme and TQUK - have developed endorsement schemes as a way to help students select the best skills based courses for them.